home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form OrderForm
- BackColor = &H00000000&
- BorderStyle = 5 'Sizable ToolWindow
- Caption = " VOICEACTION COMPONENT REGISTRATION DETAILS : "
- ClientHeight = 1656
- ClientLeft = 324
- ClientTop = 636
- ClientWidth = 6204
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- Palette = "SDKOrderForm.frx":0000
- PaletteMode = 2 'Custom
- Picture = "SDKOrderForm.frx":0102
- ScaleHeight = 1656
- ScaleWidth = 6204
- ShowInTaskbar = 0 'False
- Begin VB.Image Image1
- Height = 492
- Left = 2160
- Picture = "SDKOrderForm.frx":0548
- Top = 1080
- Width = 2052
- End
- Begin VB.Label Label5
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Visit www.research-lab.com for toll free ordering and latest updates"
- BeginProperty Font
- Name = "Times New Roman"
- Size = 16.2
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H0000FFFF&
- Height = 852
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 6012
- End
- Attribute VB_Name = "OrderForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- End Sub
- Private Sub Command2_Click()
- End Sub
-